home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPTOUCHDIALOG / TOPTOUCHDIALOG.txt < prev   
Text File  |  2008-11-03  |  3KB  |  126 lines

  1. inherited OpTouchDialog: TOpTouchDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Touch'
  4.   Caption = 'Touch'
  5.   ClientHeight = 567
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited SelectionGroupBox: TUiGroupBox
  9.     inherited LeftImage: TUiImage
  10.       ImageIndex = imgTouch
  11.     end
  12.     inherited RightImage: TUiImage
  13.       ImageIndex = imgTouch
  14.     end
  15.     object LeftTouchImage: TUiImage [12]
  16.       Left = 169
  17.       Top = 72
  18.       Width = 13
  19.       Height = 13
  20.       AutoSize = True
  21.       Picture.Data = {<image000.bmp>}
  22.       Transparent = True
  23.     end
  24.     object RightTouchImage: TUiImage [13]
  25.       Left = 169
  26.       Top = 72
  27.       Width = 13
  28.       Height = 13
  29.       AutoSize = True
  30.       Picture.Data = {<image001.bmp>}
  31.       Transparent = True
  32.     end
  33.   end
  34.   inherited ActionGroupBox: TUiGroupBox
  35.     Height = 273
  36.     object RecursiveEdit: TUiCheckBox
  37.       Left = 16
  38.       Top = 20
  39.       Height = 17
  40.       Caption = 'Including folder contents'
  41.       TabOrder = 0
  42.       OnClick = RecursiveChange
  43.     end
  44.     object UseOtherSideEdit: TUiRadioButton
  45.       Left = 16
  46.       Top = 44
  47.       Height = 17
  48.       Caption = '&Copy timestamps from other side'
  49.       TabOrder = 1
  50.       OnClick = UseOtherSideChange
  51.     end
  52.     object UseDateTimeEdit: TUiRadioButton
  53.       Left = 16
  54.       Top = 67
  55.       Height = 17
  56.       Caption = 'Set timestamps to -->'
  57.       TabOrder = 2
  58.       OnClick = UseOtherSideChange
  59.     end
  60.     object DefaultTypeEdit: TUiRadioGroup
  61.       Left = 16
  62.       Top = 200
  63.       Width = 169
  64.       Height = 57
  65.       Caption = 'Default'
  66.       Items.WideStrings = (
  67.         'Current system time'
  68.         'Last touch')
  69.       TabOrder = 3
  70.       OnClick = DefaultTypeClick
  71.     end
  72.     object DateTimePanel: TUiPanel
  73.       Left = 197
  74.       Top = 67
  75.       Width = 169
  76.       Height = 193
  77.       BevelOuter = bvLowered
  78.       TabOrder = 4
  79.       object MonthEdit: TUiComboBox
  80.         Left = 8
  81.         Top = 7
  82.         Width = 97
  83.         Height = 21
  84.         Style = csDropDownList
  85.         DropDownCount = 12
  86.         ItemHeight = 13
  87.         TabOrder = 0
  88.         OnChange = MonthChange
  89.       end
  90.       object YearEdit: TUiSpinEdit
  91.         Left = 111
  92.         Top = 7
  93.         Width = 50
  94.         Height = 21
  95.         Max = 2999
  96.         Min = 1896
  97.         Position = 1896
  98.         TabOrder = 1
  99.         OnChange = YearChange
  100.       end
  101.       object Calendar: TUiCalendar
  102.         Left = 17
  103.         Top = 34
  104.         Width = 134
  105.         Height = 121
  106.         TabOrder = 2
  107.         OnChange = CalendarChange
  108.       end
  109.       object TimeEdit: TUiDateTimePicker
  110.         Left = 35
  111.         Top = 161
  112.         Width = 98
  113.         Height = 21
  114.         Kind = dtkTime
  115.         TabOrder = 3
  116.       end
  117.     end
  118.   end
  119.   inherited FilteredWarningGroupBox: TUiGroupBox
  120.     Top = 440
  121.   end
  122.   inherited BottomPanel: TUiPanel
  123.     Top = 522
  124.   end
  125. end
  126.